All Questions
28 questions
0votes
1answer
322views
"Failed to load swt-pi3" error in e2studio installer
I would like to install the latest version of Renesas' e2studio on my up-to-date Fedora 39 machine but I keep getting the following error: $ ./e2studio_installer-2024-01_1_linux_host.run Mar. 31, ...
0votes
0answers
315views
JAVA_TOOL_OPTIONS="-Dos.name=Windows 7" -> Unrecognized option 7
I am trying to install the latest version of PSIM which is a windows application. I downloaded the latest version of JAVA as well as JAVA 8 (in case it doesn't like the latest) and set the variable ...
0votes
1answer
224views
What is the best way to upgrade a C library that comes with Fedora? Manually?
I am having an issue with JavaFX, which I posted on stackoverflow. Basically, the Java library calls a native function that needs the version 90 of the JPEG library. Here's the error message: java.io....
1vote
1answer
288views
Fedora 33 | VS Code can't read / open JDK
I'm running Fedora 33 and I'm trying to use Java 11 with VS Code. I've installed VS Code via the terminal, and it's working fine. I've installed the VS Code Java extension pack, the only thing that ...
0votes
1answer
298views
.jar-file fails to start on fedora gnome3
form terminal, when I try to run a .jar-file I receive: $ java -jar ./RemoteDroidServer/RemoteDroidServer.jar Exception in thread "main" java.awt.HeadlessException at java.awt....
2votes
1answer
51views
When does Fedora provide extended support releases for Java?
I'm trying to run a jar file which checks the installed version of Java explicitly: *** The version you have requested to build requires Java versions between [Java 8, Java 12], but you are using ...
1vote
0answers
32views
Under Fedora 31 All Java apps barely responsive until I open a dialog
I use a fair number of swing applications under fedora 31 (and 30 before it). Since fedora 30, I often find swing UIs, like in Intellij products, or DbVisualizer to be very, very unresponsive; almost ...
0votes
1answer
199views
What is the difference between java-openjdk and java-latest-openjdk?
I was looking at the packages available for Java on Fedora and saw this: java-openjdk is version 12.0.0.33-4 java-latest-openjdk is version 12.0.2.9-1 It's obvious that "latest" is the most recent ...
13votes
1answer
35kviews
Adding a root certification authority to a java application
I've installed Jenkins on CentOS7 and I was getting an SSL error when trying to update/install plugins. After some investigation, it turned out I had a missing root CA certificate in the Java CA store....
-2votes
1answer
1kviews
How to install jdk1.8 and set its path on fedora28? [closed]
How to install jdk1.8 and set its path on fedora28?
0votes
1answer
47views
6 JDK options when installing netbeans IDE on Linux, which one must we select?
Notes fedora 27 (KDE plasma 5). netbeans-8.2-javase-linux.sh Hello pals, I installed before on my system: java-1.8.0-openjdk-devel One known path about this is/usr/lib/jvm/java-1.8.0-openjdk. what ...
1vote
0answers
334views
Applications using JRE and graphics crashing
We recently updated our computers to Fedora 27 and one of our applications (COMSOL) has stopped working. When I attempt to run COMSOL, I get the following error: A fatal error has been detected by ...
2votes
0answers
731views
Icedtea-web error while accessing KVM Console through CIMC
I want to access the KVM Console through CIMC but icedtea-web keep showing the below error. Currently I'm using Distribution: Fedora 26 icedtea-web.x86_64 1.7-6.fc26 openjdk version "1.8.0_151" ...
1vote
1answer
66views
Can not install a Java web application on Fedora
In company I use a licensed enterprise web app written in Java. So far I used it only on Windows. Not long ago I was able to install it on Ubuntu as well. Recently I discovered Fedora . And i try to ...
2votes
1answer
656views
Install Oracle Java from a mirror in terminal
I can't access Oracle servers for some reason. Is there any way to install Java from a mirror? I'm using Fedora 24 and I need to install Oracle Java on it.